home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / ss-queue < prev    next >
Encoding:
Text File  |  1990-11-12  |  1002 b   |  33 lines

  1. SET-SHOW QUEUE
  2.  
  3. Sets the default print queue field in the user profile. SET NOQUEUE clears the
  4. previously defined print queue and sets the queue to SYS$PRINT, the default
  5. print queue. See your system manager for valid queue names on your system.
  6.  
  7.  
  8. Format:        SET QUEUE queue-name
  9.  
  10.                SET NOQUEUE
  11.  
  12.                SHOW QUEUE
  13.  
  14. Examples:
  15.  
  16.         1.
  17.              MAIL> SHOW QUEUE
  18.              Your default queue is SYS$PRINT.
  19.        
  20.              MAIL> SET QUEUE LASER$PRINT
  21.  
  22.              MAIL> SHOW QUEUE
  23.              Your default print queue is LASER$PRINT
  24.        
  25.              MAIL> 4
  26.              MAIL> PRINT
  27.              MAIL> exit
  28.               Job MAIL (queue LASER$PRINT, entry 43) started on
  29.                LASER$PRINT
  30.  
  31.                     This example shows set your default queue to LASER$PRINT 
  32.                     and print message 4. The PRINT command sends the print job   
  33.                     to the queue specified by the SET QUEUE command.